write up ctf by ariafatah

ariaf.my.id/ctf_aria/general/E_First Grep.html


soal

Can you find the flag in file? This would be really tedious to look through manually, something tells me there is a better way.

hint

solve

cat file | grep pico
# picoCTF{grep_is_good_to_find_things_5af9d829}

flag

picoCTF{grep_is_good_to_find_things_5af9d829}